Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataSamples<T> Class / AddQuality Method
An index value.
A data value quality.


In This Topic
    AddQuality Method (DataSamples<T>)
    In This Topic
    Insert the given data value quality to this instance.
    Syntax
    Public Sub AddQuality( _
       ByVal index As System.Integer, _
       ByVal quality As IDataQuality _
    ) 
    public void AddQuality( 
       System.int index,
       IDataQuality quality
    )
    public:
    void AddQuality( 
       System.int index,
       IDataQuality^ quality
    ) 

    Parameters

    index
    An index value.
    quality
    A data value quality.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also